home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
il gioco del Kamasutra
/
Milo Manara Kamasutra.iso
/
mac
/
DATA
/
ParteIII
/
GameIV
/
Parete4
/
Muro.dir
/
00012_Script_12
< prev
next >
Wrap
Text File
|
1997-11-23
|
1KB
|
39 lines
on mouseUp
Global SequenzaFigure4
PuppetSprite 7, true
set the mouseUpScript to "dontPassEvent"
set the mouseDownScript to "dontPassEvent"
if SequenzaFigure4 = 3 then
set the member of sprite 7 to member "Movie3Up"
updatestage
puppetSound 3, "Click 1"
set the movierate of sprite 7 to 1
set SequenzaFigure4 = SequenzaFigure4 + 1
repeat while the movietime of sprite 7 < 60
updatestage
end repeat
set the member of sprite 7 to member "Down3"
updatestage
set the scriptnum of sprite 7 to 8
else
set the member of sprite 7 to member "Movie3Up"
updatestage
puppetSound 3, "Click 1b"
set the movierate of sprite 7 to 1
repeat while the movietime of sprite 7 < 125
updatestage
end repeat
repeat with n = 1 to 5
set the member of sprite 4 + n to member ("Up" & n)
set the scriptnum of sprite 4 + n to 9 + n
updatestage
end repeat
set SequenzaFigure4 = 1
end if
end